Use connect_after to connect to the focus_out event. This ensures that the
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Sep 2005 18:38:52 +0000 (18:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Sep 2005 18:38:52 +0000 (18:38 +0000)
commit5c0d5d0b331cf1454863dd22db01d78092f28fe7
treefecb1a2b0895bbcff283e6e0919e12a4fc58b460
parentb7c337c50e0b74cd37d01037111a776d50a05cec
Use connect_after to connect to the focus_out event. This ensures that the

* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
Use connect_after to connect to the focus_out event. This
ensures that the entry has already stopped blinking by the time
we emit the edited signal.  (#315229, Thomas Leonard)
gtk/gtkcellrenderertext.c